gtklistbox: add bind_model()
authorLars Uebernickel <lars.uebernickel@canonical.com>
Mon, 9 Feb 2015 10:49:31 +0000 (11:49 +0100)
committerLars Uebernickel <lars.uebernickel@canonical.com>
Thu, 12 Feb 2015 10:22:07 +0000 (11:22 +0100)
commitd825249b42a490175dd051af2d73e579b58a3a64
tree3d073a7fc772f5e8d5bebf25da4663e40c43abb6
parent9141eeb60e29082d58036f9dd4bafdb052afcd69
gtklistbox: add bind_model()

gtk_list_box_bind_model() binds a GListModel to a GtkListBox.

This is a first step towards having GListModel support in Gtk. It's not
useful for large models, because GtkListBox always creates all widgets
for all rows.
docs/reference/gtk/gtk3-sections.txt
gtk/gtklistbox.c
gtk/gtklistbox.h